home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / TECHNICA / AUTOCAD / 3266.ZIP / CADTRK12.EXE / LOGTRACK.DOC < prev    next >
Text File  |  1992-04-06  |  2KB  |  61 lines

  1.  
  2.  
  3.                ╔════════════════════════════════════════╗
  4.                ║                LogTrack                ║
  5.                ║              Version 1.10              ║
  6.                ║     Copyright (C) 1992, Neal Abrams    ║
  7.                ╚════════════════════════════════════════╝
  8.  
  9.  
  10.  
  11.                                DISCLAIMER
  12.                                ----------
  13.  
  14.      Neal Abrams hereby disclaims all warranties relating to this software,
  15.      whether express or implied, including without limitation any implied
  16.      warranties of merchantability or fitness for a particular purpose.
  17.      Neal Abrams will not be liable for any special, incidental,
  18.      consequential, indirect or similar damages due to loss of data or any
  19.      other reason, even if Neal Abrams or an agent of Neal Abrams has been
  20.      advised of the possibility of such damages. In no event shall Neal
  21.      Abrams' liability for any damages ever exceed the price paid for the
  22.      license to use software, regardless of the form of the claim.  The
  23.      person using the software bears all risk as to the quality and
  24.      performance of the software.
  25.  
  26.  
  27.  
  28. Purpose:  To scan one or more log files produced by CadTrack and
  29.           produce a report showing the total time spent on each job.
  30.  
  31. Format:   LOGTRACK [d:][sourcepath]filespec.ext [d:][destpath]
  32.  
  33.  
  34. Notes:    If no operands are entered, the program's command format is 
  35.           displayed.
  36.  
  37.           The drive, source path and destination path are optional. The
  38.           filespec may contain the wildcard characters * and ?.  All files
  39.           matching the file specification are processed.
  40.  
  41.           If the destination path is ommitted, the destination path will be
  42.           the same as the source path.
  43.  
  44. Examples:
  45.  
  46.           o    Process the LogTrack log file MAR92.LOG file in the C:\DWG
  47.                directory:
  48.  
  49.                 LOGTRACK C:\DWG\MAR92.LOG
  50.  
  51.                 Scanning C:\DWG\MAR92.LOG    - Created C:\DWG\MAR92.TOT
  52.  
  53.  
  54. Version history:
  55.  
  56.  
  57.           1.00 - 03/23/92  initial program release
  58.           1.10 - 04/06/92  screen output will be in users default
  59.                            screen colors.
  60.  
  61.